feat(work): classify repos and fix sort order#6
Merged
Conversation
…esentation The Work page showed 42 forks above all Flexion-originated work because the tier sort ranked as-is (forks) above unreviewed (own repos). Fix the sort order so Flexion's own work appears first, populate overrides.yml with classifications for all 73 repos, and make the Health page show all repos (including hidden) for stewardship accountability. - Swap tier sort ranks: unreviewed (1) before as-is (2) - Mark 16 repos as tier: active (Flexion-originated + significant forks) - Categorize 16 unreviewed repos (tool, product, prototype) - Hide 17 dead repos (stale forks from 2012-2015, dead non-forks) - Feature devops-deployment-metrics and document-extractor - Health page now shows all 73 repos regardless of hidden status - Update intro text to frame the portfolio positively
45971a5 to
d19ff70
Compare
The /work/health/ page was undiscoverable — add a link in the intro paragraph so visitors can find the accountability view.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
unreviewedrank aboveas-is)overrides.yml: Classify all 73 repos — 16 active, 16 categorized, 17 hidden, 2 featuredContext
The Work page previously showed 42 forks before any Flexion-originated work because the tier sort ranked
as-is(default for forks) aboveunreviewed(default for own repos). Theoverrides.ymlwas completely empty, making filters decorative.Now the page shows 56 visible repos in a meaningful order: featured first, then active projects (including significant forks like ef-cms, Notify.gov, USWDS), then categorized older work, then remaining forks.
Follow-up work
Test plan
bun test— 49 tests pass (a11y suite excluded, requires build)bun run build— site builds cleanly